HybridForms API
    Preparing search index...

    Interface ISection

    interface ISection {
        code: string;
        condition?: ICondition;
        cssClasses?: string;
        id?: string;
        label: string;
        labelHTML: string;
        nextPageButton?: INextPageButton;
        removeIf?: string[];
        state?: IState;
        tabs: ITab[];
        type?: evaluation;
    }
    Index

    Properties

    code: string
    condition?: ICondition
    cssClasses?: string
    id?: string
    label: string
    labelHTML: string
    nextPageButton?: INextPageButton
    removeIf?: string[]
    state?: IState
    tabs: ITab[]
    type?: evaluation