MobX Lark
    Preparing search index...

    Interface TableFormView

    interface TableFormView {
        description: string;
        name: string;
        shared: boolean;
        shared_limit: "tenant_editable";
        shared_url: string;
        submit_limit_once: boolean;
    }

    Hierarchy

    • Record<"name" | "description" | "shared_url", string>
    • Record<"shared" | "submit_limit_once", boolean>
      • TableFormView
    Index

    Properties

    description: string
    name: string
    shared: boolean
    shared_limit: "tenant_editable"
    shared_url: string
    submit_limit_once: boolean