@procivis/react-native-one-core
    Preparing search index...

    Interface PresentationDefinitionFieldBindingDto

    interface PresentationDefinitionFieldBindingDto {
        id: string;
        keyMap: Record<string, string>;
        name?: string;
        purpose?: string;
        required: boolean;
    }
    Index

    Properties

    id: string
    keyMap: Record<string, string>
    name?: string
    purpose?: string
    required: boolean