Class Layout<Props>
Type Parameters
- Props
Index
Constructors
Methods
Constructors
constructor
Type Parameters
- Props
Parameters
- properties: Properties<Props>
- globalState: Record<string, any>
Returns Layout<Props>
Methods
getValue
hasProperty
Parameters
- name: string
Returns boolean
hasValue
possiblyEvaluate
- possiblyEvaluate(
parameters: EvaluationParameters,
canonical?: CanonicalTileID,
availableImages?: string[],
): PossiblyEvaluated<Props, any>Parameters
- parameters: EvaluationParameters
Optionalcanonical: CanonicalTileIDOptionalavailableImages: string[]
Returns PossiblyEvaluated<Props, any>
serialize
Returns any
setValue
Was this helpful?