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

    Interface DynamicPropertyHolder

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

    Methods