Skip to content

MarkController

Defined in: core/src/features/mark/MarkController.ts:7

new MarkController(
store,
address,
snapshot,
shape): MarkController;

Defined in: core/src/features/mark/MarkController.ts:10

ParameterType
storeStore
addressTokenAddress
snapshotMarkSnapshot
shapeTokenShapeSnapshot

MarkController

get meta(): string | undefined;

Defined in: core/src/features/mark/MarkController.ts:43

string | undefined


get readOnly(): boolean;

Defined in: core/src/features/mark/MarkController.ts:51

boolean


get slot(): string | undefined;

Defined in: core/src/features/mark/MarkController.ts:47

string | undefined


get value(): string;

Defined in: core/src/features/mark/MarkController.ts:39

string

remove(): EditResult;

Defined in: core/src/features/mark/MarkController.ts:55

EditResult


update(patch): EditResult;

Defined in: core/src/features/mark/MarkController.ts:61

ParameterType
patchMarkPatch

EditResult


static fromToken(store, token): MarkController;

Defined in: core/src/features/mark/MarkController.ts:19

ParameterType
storeStore
tokenMarkToken

MarkController