@ascentbv/ts-common - v1.0.217
    Preparing search index...

    Interface DynamicPropertyHolder

    interface DynamicPropertyHolder {
        setDynamicProperty: (
            identifier: string,
            value?: DynamicPropertyValue,
        ) => void;
        getDynamicProperty: (
            identifier: string,
        ) => DynamicPropertyValue | undefined;
    }
    Index

    Properties

    setDynamicProperty: (identifier: string, value?: DynamicPropertyValue) => void
    getDynamicProperty: (identifier: string) => DynamicPropertyValue | undefined