gate
line
Documentation home
How It Works
Onboarding
Reference
API reference
Preparing search index...
The search index is not available
gateline — API reference
gateline — API reference
core/src
ContractTemplates
Interface ContractTemplates
interface
ContractTemplates
{
read
(
name
:
string
)
:
Promise
<
null
|
string
>
;
}
Index
Methods
read
Methods
read
read
(
name
:
string
)
:
Promise
<
null
|
string
>
Raw template text by contract filename, read from the target repo.
Parameters
name
:
string
Returns
Promise
<
null
|
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
read
gateline — API reference
Loading...
Raw template text by contract filename, read from the target repo.