Membrane SDK - v0.3.0
Console
React Lib
REST API
Preparing search index...
Formula
ExtractDate
Class ExtractDate
Hierarchy (
View Summary
)
Base
ExtractDate
Index
Constructors
constructor
Properties
type
args
value
Methods
to
Object
to
String
get
Variable
Locators
transform
Vars
get
Value
resolve
Value
get
Schema
Constructors
constructor
new
ExtractDate
(
value
:
any
)
:
ExtractDate
Parameters
value
:
any
Returns
ExtractDate
Properties
type
type
:
DataBuilderFormulaType
args
args
:
any
value
value
:
any
Methods
to
Object
toObject
()
:
any
Returns
any
to
String
toString
(
_variablesSchema
?:
any
)
:
string
Parameters
Optional
_variablesSchema
:
any
Returns
string
get
Variable
Locators
getVariableLocators
()
:
string
[]
Returns
string
[]
transform
Vars
transformVars
(
transformations
:
any
)
:
any
Parameters
transformations
:
any
Returns
any
get
Value
getValue
(
variables
:
any
)
:
undefined
|
string
Parameters
variables
:
any
Returns
undefined
|
string
Deprecated
Use
resolveValue
instead.
resolve
Value
resolveValue
(
params
:
ResolveFormulaParams
)
:
Promise
<
undefined
|
string
>
Parameters
params
:
ResolveFormulaParams
Returns
Promise
<
undefined
|
string
>
get
Schema
getSchema
()
:
{
type
:
string
;
format
:
string
}
Returns
{
type
:
string
;
format
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
type
args
value
Methods
to
Object
to
String
get
Variable
Locators
transform
Vars
get
Value
resolve
Value
get
Schema
Console
React Lib
REST API
Membrane SDK - v0.3.0
Loading...
Deprecated
Use
resolveValue
instead.