@ptkl/sdk - v0.9.9
    Preparing search index...

    Type Alias PDFFormListBox

    type PDFFormListBox = {
        locked?: boolean;
        name: string;
        values: string[];
    }
    Index

    Properties

    Properties

    locked?: boolean
    name: string
    values: string[]