@datapos/datapos-shared
    Preparing search index...

    Interface ContextModelEntityEventConfig

    interface ContextModelEntityEventConfig {
        id: string;
        labelAction: Record<string, string>;
        labelState: Record<string, string>;
    }
    Index

    Properties

    id: string
    labelAction: Record<string, string>
    labelState: Record<string, string>