vigiles API reference
Guides
GitHub
Preparing search index...
core/spec
SymbolRef
Interface SymbolRef
A typed symbol reference — the named file must define the named symbol.
interface
SymbolRef
{
_ref
:
"symbol"
;
file
:
VerifiedPath
;
symbol
:
string
;
}
Index
Properties
_
ref
file
symbol
Properties
Readonly
_
ref
_ref
:
"symbol"
Readonly
file
file
:
VerifiedPath
Readonly
symbol
symbol
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
ref
file
symbol
Guides
GitHub
vigiles API reference
Loading...
A typed symbol reference — the named file must define the named symbol.