tsargp
    Preparing search index...

    Type Alias WithSection<T>

    Defines attributes common to all help sections.

    type WithSection<T extends HelpSectionType> = {
        content?: HelpTextBlock;
        heading?: HelpTextBlock;
        type: T;
    }

    Type Parameters

    Index

    Properties

    content?: HelpTextBlock

    The section content.

    heading?: HelpTextBlock

    The section heading.

    type: T

    The type of section.