Hierarchy

  • InstanceSequenceConfig

Properties

beforeChangeCallback?: ((x, module) => undefined | Partial<{
    asymId: string;
    authId: string;
    chrId: string;
    entityId: string;
    entryId: string;
    operatorIds: string[];
    queryId: string;
    targetId: string;
    upAcc: string;
}>)

Type declaration

    • (x, module): undefined | Partial<{
          asymId: string;
          authId: string;
          chrId: string;
          entityId: string;
          entryId: string;
          operatorIds: string[];
          queryId: string;
          targetId: string;
          upAcc: string;
      }>
    • Parameters

      Returns undefined | Partial<{
          asymId: string;
          authId: string;
          chrId: string;
          entityId: string;
          entryId: string;
          operatorIds: string[];
          queryId: string;
          targetId: string;
          upAcc: string;
      }>

defaultValue?: null | string
displayAuthId?: boolean
dropdownTitle?: string
filterInstances?: Set<string>
onChangeCallback?: ((x, module) => void)

Type declaration

selectButtonOptionProps?: ((props) => Element)

Type declaration

Generated using TypeDoc