abstract
BaseStringBlock<T, J>
Extends
BaseBlock
<T
,J
>
Type Parameters
• T extends LocalStringValueBlock
= LocalStringValueBlock
• J extends BaseStringBlockJson
= BaseStringBlockJson
Implements
Constructors
new BaseStringBlock()
new BaseStringBlock<
T
,J
>(__namedParameters
,stringValueBlockType
):BaseStringBlock
<T
,J
>
Parameters
• __namedParameters: BaseStringBlockParams
= {}
• stringValueBlockType
Returns
BaseStringBlock
<T
, J
>
Overrides
Properties
blockLength
blockLength:
number
Inherited from
error
error:
string
Inherited from
idBlock
idBlock:
LocalIdentificationBlock
Inherited from
lenBlock
lenBlock:
LocalLengthBlock
Inherited from
name
name:
string
Inherited from
optional
optional:
boolean
Inherited from
primitiveSchema?
optional
primitiveSchema:BaseBlock
<ValueBlock
,LocalBaseBlockJson
>