ColorMetaField
class ColorMetaField extends MetaFieldPossibleColornullColornull
Represents a color stored in a meta file.
Constructors​
constructor​
public new ColorMetaFieldname: stringinitial: nullColor: ColorMetaField
Parameters
name: stringThe name of this field displayed in the editor.
initial: nullColorThe initial value of this field.
MetaField.constructorProperties​
description​
public description: string = ''
MetaField.descriptioninitial​
readonly public initial: nullColor
The initial value of this field.
Inherited fromMetaField.initialname​
readonly public name: string
The name of this field displayed in the editor.
Inherited fromMetaField.namespacing​
public spacing: boolean = false
MetaField.spacingtype​
readonly public type: symbol = Color.symbol
The type of this field used by the editor to display the correct input.
Events​
onChanged​
public get onChanged(): SubscribableValueEventTValue
Triggered when the data of this field changes.
Inherited fromMetaField.onChangedonDisabled​
public get onDisabled(): SubscribableValueEventboolean
Triggered when the field becomes disabled or enabled.
Inherited fromMetaField.onDisabledMethods​
clone​
public clone(): ColorMetaField
Create a clone of this field.
Inherited fromMetaField.clonedescribe​
public describedescription: string: ColorMetaField
Set the description of this field.
Parameters
description: stringThe description.
MetaField.describedisable​
public disablevalue: boolean = true: ColorMetaField
Disable or enable the field in the editor.
Parameters
value: boolean = trueWhether the field should be disabled.
MetaField.disableget​
public get(): nullColor
Get the current value.
Inherited fromMetaField.getparse​
public override parsevalue: nullPossibleColor: nullColor
Convert a serialized value into a runtime type.
Parameters
value: nullPossibleColorThe serialized value.
MetaField.parseserialize​
public override serialize(): nullPossibleColor
Serialize the value of this field.
OverwritesMetaField.serializeset​
public setvalue: nullPossibleColor: void
Set the current value.
Parameters
value: nullPossibleColorThe new value.
MetaField.setspace​
public spacevalue: boolean = true: ColorMetaField
Add or remove spacing at the beginning of this field.
Parameters
value: boolean = trueWhether to include the spacing.
MetaField.space