@nycu-sdc/core-system-sdk
    Preparing search index...

    Interface FormsFormDressing

    The appearance/dressing configuration for a form.

    interface FormsFormDressing {
        color?: string;
        headerFont?: string;
        questionFont?: string;
        textFont?: string;
    }
    Index

    Properties

    color?: string

    Color in hex format (e.g., #0066cc)

    headerFont?: string

    Header font id from https://font.emtech.cc/list

    questionFont?: string

    Question font id from https://font.emtech.cc/list

    textFont?: string

    Text font id from https://font.emtech.cc/list