UMD Web Components Library
    Preparing search index...

    Interface OptionalProps

    Optional properties for slot configuration

    interface OptionalProps {
        isDefaultStyling: boolean;
        isRequired: boolean;
    }
    Index

    Properties

    isDefaultStyling: boolean

    Whether to apply default styling to the slot content

    isRequired: boolean

    Whether this slot is required