UMD Web Components Library
    Preparing search index...

    Interface SlotConfig

    Configuration for a single slot

    interface SlotConfig {
        allowedElements?: string[];
        deprecated?: string;
        required?: boolean;
    }
    Index

    Properties

    allowedElements?: string[]

    Allowed HTML elements for this slot

    deprecated?: string

    Deprecation message if this slot is deprecated

    required?: boolean

    Whether this slot is required