@hmiproject/helio-sdk
    Preparing search index...

    Type Alias PropsCategory

    type PropsCategory = {
        defaultClosed?: boolean;
        label: string;
    }
    Index

    Properties

    defaultClosed?: boolean

    Optional hint if the group should appear closed by default.

    This only affects the initial state, as opened and closed groups remain persistent for each user.

    label: string

    Human-readable label for the category that will be displayed in the IDE.