Lime Web Components API Documentation - v6.24.0
    Preparing search index...

    Interface StateDecoratorConfigInternal

    interface StateDecoratorConfig {
        method?: string;
        name: string;
        optionFactory?: OptionFactory;
    }
    Index

    Properties

    method?: string

    Name of the method on the service to use

    name: string

    Name of the state service to use in the platform

    optionFactory?: OptionFactory

    Factory for creating options dynamically

    decorator options

    the web component

    state options