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

    Interface FormsFormPublishResponse

    Response after publishing a form.

    interface FormsFormPublishResponse {
        url: string;
        visibility: FormsFormVisibility;
    }
    Index

    Properties

    Properties

    url: string

    The URL to access the published form.

    The visibility setting of the form. Public forms are visible to all logged-in users. Private forms require a direct link to access.